WeaveMod

data class WeaveMod(val name: String, val config: WeaveLoader.ModConfig)(source)

The data class containing information about a loaded Weave mod.

Constructors

Link copied to clipboard
constructor(name: String, config: WeaveLoader.ModConfig)

Properties

Link copied to clipboard

The ModConfig instance of the mod.

Link copied to clipboard

The loaded name of a mod, see ModConfig's name for more info.